'Declaration Public Delegate Function RomUtils.FromStringConverter(Of T)( _ ByVal stringValue As String _ ) As T
public delegate T RomUtils.FromStringConverter<T>( string stringValue )
Parameters
- stringValue
Type Parameters
- T
'Declaration Public Delegate Function RomUtils.FromStringConverter(Of T)( _ ByVal stringValue As String _ ) As T
public delegate T RomUtils.FromStringConverter<T>( string stringValue )